Deletes all data in the CyberStore price cache for a Category, using the Category_ID.
Method | DeleteCachedPricesForItemsInCategory |
The DeleteCachedPricesForItemsInCategory operation will remove cached pricing for the all Items in the specifed Category no matter the Customer. With Price Caching enabled, the cache will re-populate as soon as the first shopper for a Customer requires a price for each Item in the Category.
Deleting entries in the price cache for the Category neither alters data for the Category itself, nor any of its Items in any way.
The request body is of type DeleteCachedPricesForItemsInCategory.
Name | Description | Data Type |
---|---|---|
Category_ID | The Category_ID for the Category. | xml:int |
// Sample MakeAJAXCall
The response body is of type DeleteCachedPricesForItemsInCategoryResponse.
There is no output from this operation.Name | Description | Data Type |
---|---|---|
DeleteCachedPricesForItemsInCategoryResult | A string value containing a JSON object. Sample response here | Task |